projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12c9762
)
* imenu.el (imenu-default-goto-function): Fix typo.
author
Leo Liu
<sdl.web@gmail.com>
Sun, 5 Oct 2014 00:58:38 +0000
(08:58 +0800)
committer
Leo Liu
<sdl.web@gmail.com>
Sun, 5 Oct 2014 00:58:38 +0000
(08:58 +0800)
lisp/ChangeLog
patch
|
blob
|
history
lisp/imenu.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 5eb29577c9aa3b2f30cb55b71f36282596bb946a..d5eda032f7436b819e27cac3e0b92530dce15cb7 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2014-10-05 Leo Liu <sdl.web@gmail.com>
+
+ * imenu.el (imenu-default-goto-function): Fix typo.
+
2014-10-04 Glenn Morris <rgm@gnu.org>
* frame.el (frame-monitor-attributes)
diff --git
a/lisp/imenu.el
b/lisp/imenu.el
index e5f33a5efb956feefcc535b29e56d6bddaf3ae5a..3159b6cc563f0556d9efd9709f7e9f8d95d6ed24 100644
(file)
--- a/
lisp/imenu.el
+++ b/
lisp/imenu.el
@@
-1012,7
+1012,7
@@
to `imenu-update-menubar'.")
(imenu item)
nil))
-(defun imenu-default-goto-function (_name position &
optional
_rest)
+(defun imenu-default-goto-function (_name position &
rest
_rest)
"Move to the given position.
NAME is ignored. POSITION is where to move. REST is also ignored.